home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #1
/
Amiga Plus CD - 1996 - No. 1.iso
/
pd
/
netz
/
chimera_v2.16alpha
/
x11
/
lib
/
chimera
/
convert
< prev
next >
Wrap
Text File
|
1995-09-08
|
603b
|
22 lines
#
# use in-content-type out-content-type command
#
# Conversions for inline images
#inline application/postscript image/gif pstopxm gif8 %s
# just do a download
ftp application/x-compress * none
ftp application/x-gzip * none
# Deal with transfer/content encodings
#x-compress * * zcat < %s
#x-gzip * * zcat < %s
# Misc. conversions
#* text/x-compress-html text/html zcat < %s
#* text/x-gzip-html text/html zcat < %s
#* message/ text/html echo '<plaintext>'; cat %s
#* x-unknown/x-unknown text/html echo '<plaintext>'; cat %s
#* application/news-transmission text/html echo '<plaintext>'; cat %s